Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: UI to mint tickets #18

Merged
merged 71 commits into from
Apr 22, 2024
Merged

feat: UI to mint tickets #18

merged 71 commits into from
Apr 22, 2024

Conversation

LuqiPan
Copy link
Collaborator

@LuqiPan LuqiPan commented Mar 6, 2024

<ThemeProvider>
<div className={themeClass}>
<div>
<NetworkDropdown networkConfigs={[mainnet, localnet]} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mainnet? this dapp isn't intended for use on mainnet, is it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LuqiPan LuqiPan marked this pull request as ready for review April 2, 2024 18:37
package.json Outdated
Comment on lines 47 to 48
"start:ui": "cd ui && yarn dev",
"start:interchain-ui": "cd interchain-ui && yarn dev",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why keep start:ui?

Suggested change
"start:ui": "cd ui && yarn dev",
"start:interchain-ui": "cd interchain-ui && yarn dev",
"start:ui": "cd interchain-ui && yarn dev",

likewise the interchain-ui directory should replace /ui/, right?

package.json Outdated
@@ -50,6 +51,7 @@
"print-key": "yarn docker:make print-acct",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LuqiPan LuqiPan mentioned this pull request Apr 22, 2024
@LuqiPan LuqiPan merged commit f48420e into main Apr 22, 2024
2 checks passed
@LuqiPan LuqiPan deleted the 977-mint-tickets-ui branch April 22, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page 2 - How to mint tickets to an event (Wireframe + UI)
4 participants